home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / GNU / AmiCVS1_0.readme < prev    next >
Text File  |  1996-09-26  |  17KB  |  355 lines

  1. Short:    CVS is a software version control system.
  2. Author:   various people, it's a collection of gnu stuff
  3. Uploader: rbnix@pool.informatik.rwth-aachen.de (Reiner B. Nix)
  4. Type:     util/gnu
  5.  
  6.  
  7. ===========================================================================
  8. This file gives you some information about the package AmiCVS.
  9. AmiCVS is a port of the CVS and the PCL-CVS package for the Amiga system.
  10.  
  11. Current version:  AmiCVS 1.0 by Reiner B. Nix
  12. ===========================================================================
  13.  
  14.  
  15. Contents
  16. --------
  17.  · What is CVS?
  18.  · Additional required stuff
  19.  · Contents of this package
  20.  · Installing the package
  21.  · Limitations and remarks
  22.  · Original packages and places to get them
  23.  · Copyright
  24.  · Thanks
  25.  · The authors address
  26.  
  27.  
  28.  
  29. What is CVS?
  30. ------------
  31.   CVS is a software version control system for program sources and
  32.   binaries. It is built on top of the RCS package extending and
  33.   simplifying it. Therefore you need an installed RCS package. CVS can
  34.   be used from shell or GNU Emacs with the PCL-CVS package.
  35.  
  36.  
  37. Additional required stuff
  38. -------------------------
  39.   As mentioned before, CVS is built on top of RCS in a way that it
  40.   calls the RCS executable programms. You need a version of the RCS
  41.   package, e.g. HWGRCS the well ported RCS package for Amiga by
  42.   Heinz Wrobel.
  43.  
  44.   To recompile the cvs program, you need a C compiler (e.g. gcc 2.3.3)
  45.   and yacc (e.g. bison 1.21) when changing the file AmiCVS/lib/getdate.y.
  46.  
  47.  
  48. Contents of this package
  49. ------------------------
  50.   AmiCVS/ReadMe.Amiga            :this documentation file you're reading
  51.   AmiCVS/dok/*                :documentation for cvs and pcl-cvs
  52.  
  53.   AmiCVS/bin/cvs            :the cvs executable program
  54.   AmiCVS/Rexx/CollectLog.cvs        :an ARexx script building a global log file
  55.  
  56.   AmiCVS/s/user-startup.add        :sample of additional entries for your s:user-startup file
  57.   AmiCVS/libs                :some libraries (implicid) used by the ARexx script
  58.  
  59.   AmiCVS/Repository            :a sample repository
  60.   AmiCVS/Repository/CVSlogfiles        :empty dir, it will later contain the global log files
  61.   AmiCVS/Repository/CVSroot        :sample administration files required by cvs
  62.   AmiCVS/Repository/CVSheaders        :sample cvs headers to include into your source files
  63.   
  64.   AmiCVS/emacs                :stuff to support cvs by GNU emacs
  65.   AmiCVS/emacs/lisp-adds        :directory to collect all non-standard add-ons
  66.   AmiCVS/emacs/lisp-adds/pcl-cvs/*    :ported files for the pcl-cvs mode
  67.   AmiCVS/emacs/lisp-adds/user-lisp/*    :user specific setting files
  68.   AmiCVS/emacs/.emacs-add        :extension of your s:.emacs to load the other adds
  69.   
  70.   AmiCVS/lib                :ported source for the cvs lib (just a linker library)
  71.   AmiCVS/scr                :ported source for the cvs program
  72.  
  73.  
  74. Installing the package
  75. ----------------------
  76.  · This file gives only brief hints to the ported cvs package using
  77.    the sample files. For more information:
  78.      on CVS see AmiCVS/dok/cvs.guide in this package,
  79.      on PCL-CVS see AmiCVS/dok/pcl-cvs.guide and
  80.      on RCS see README.guide in your RCS package if you're using HWGRCS.
  81.  
  82.  
  83.  · First, install the RCS package. Supposing you're using HWGRCS no
  84.    further installation than copying the package to GNU:hwg-rcs8 is
  85.    neccessary. You may choose another location and adapt the file
  86.    pathes latter.
  87.    
  88.  
  89.  · Choose a place for the package and copy the files. On my system
  90.    there is a symbolic volume GNU: where AmiCVS is located: GNU:AmiCVS.
  91.  
  92.  · Choose a place for the repository and copy the whole tree
  93.    AmiCVS/Repositiory to this place. It is a well idea of security to
  94.    select another partition than your common work partition!
  95.  
  96.  · Include the file AmiCVS/s/user-startup.add into your s:user-startup
  97.    and adapt the path entries matching your system if you have choosen
  98.    other ones.
  99.  
  100.  · Copy the libraries AmiCVS/libs/#? to Libs:
  101.    *** Beware that you don't replace newer versions ***
  102.    *** of this libraries if they already exists! ***
  103.  
  104.  · Copy the file AmiCVS/rexx/CollectLog.cvs to Rexx:
  105.  
  106.    
  107.  · If your're using the GNU emacs editor you can install PCL-CVS with
  108.    the following steps:
  109.  
  110.  · Append the file AmiCVS/emacs/.emacs-add to your s:.emacs
  111.  
  112.  · Copy the tree AmiCVS/emacs/lisp-adds to GNUemacs:lisp-adds
  113.  
  114.  · Adapt the path entries in the file
  115.    GNUemacs:lisp-adds/user-lisp-pcl-cvs-settings.el matching your 
  116.    system if you have choosen other ones. This requieres
  117.    byte-compiling this file after doing the changes: type
  118.      "M-x byte-compile-file".
  119.  
  120.    
  121.  · Now, you have to reboot to activate the changes in your s:user-startup.
  122.  
  123.  
  124. Limitations and remarks
  125. -----------------------
  126.   · The cvs program needs a stack of 50.000 to 100.000 bytes to run
  127.     reliable. Otherwise you'll get enoying error messages like
  128.     "floating point exception" or the system may crash!
  129.  
  130.   · Due to the fact that cvs is compiled with gcc, the GNU C compiler,
  131.     and HWGRCS is using SAS C some problems exists with path names.
  132.     Please don't set the environment variable CVSROOT to directly to a
  133.     volume name!
  134.  
  135.   · Be aware that the programs comes from Unix systems. This causes
  136.     some unexpected behavior of the programs dealing with file names.
  137.     On Unix systems file names are case sensitiv on Amiga not.
  138.     For example:
  139.       "cvs ceckout cvsroot"
  140.       ;this works well nevertheless the module is named CVSROOT
  141.  
  142.       "cvs release cvsroot"
  143.       ;this fails due to the unknown module name
  144.  
  145.       "cvs release CVSROOT"
  146.       ;this fails due to the wrong directory name
  147.  
  148.  
  149.   · The original sources of cvs package version 1.3 residing in the
  150.     GNU locations had to be adapted (using gcc version 2.3.3):
  151.       - the installation procedure don't match the amiga system,
  152.       - the makefiles aren't able to run,
  153.       - some configuration in src/config.h had to be done,
  154.       - there occured an compilation error in cvs.h.
  155.  
  156.   · The original sources of pcl-cvs version 1.05 and the contribution
  157.     comming with the editor xemacs are merged to get a complete
  158.     PCL-CVS package running on the GNU emacs, version 18.58, Amiga
  159.     port 1.26DG. They had to be adapted due to several unix specific
  160.     things. See AmiCVS/emacs/user-lisp/pcl-settings.el and
  161.     AmiCVS/emacs/pcl-cvs/pcl-cvs for more details.
  162.  
  163.  
  164. Original packages and places to get them
  165. ----------------------------------------
  166.   hwgcvs8    on AMINET
  167.   cvs1-3     from ftp@ftp.prep.ai.mit.edu    in pub/gnu (or other GNU locations)
  168.   pcl-cvs1.05    from ftp@ftp.lysator.liu.se    in pub/emacs
  169.   cvs-texi-0.07    from ftp@ftp.lysator.liu.se    in pub/emacs
  170.  
  171.   
  172. Copyright
  173. ---------
  174.   As not other declaimed, this package and all it's files are beyond
  175.   the gnu general public license, see AmiCVS/doc/cvs.guide for
  176.   details. Have a look to the components and their own copyrights
  177.   mentioned in the original packages.
  178.  
  179.  
  180. Thanks
  181. ------
  182.   I wish to thank all the people involved with the CVS stuff,
  183.   namely and in alphabetical order:
  184.   
  185.     Brian Berliner and Jeff Polk for CVS,
  186.     Per Cederqvist for the emacs mode pcl-cvs and the cvs texinfo documentation,
  187.     David Gay for the Amiga port of GNU emacs,
  188.     Markus M. Wild for the Amiga port of gcc,
  189.     Heinz Wrobel for the Amiga port of RCS
  190.     
  191.   All of them wrote great stuff making this package possible!
  192.  
  193.  
  194. The authors adress
  195. ------------------
  196.  Feel free to send my remarks, questions, bug reports ...
  197.  
  198.  snail mail:
  199.    Reiner B. Nix
  200.    Roermonder Straße 112a, App. 60
  201.    52072 Aachen
  202.    Germany
  203.  
  204.  email:
  205.    rbnix@pool.informatik.rwth-aachen.de
  206.  
  207.  
  208. ============================= Archive contents =============================
  209.  
  210. Original  Packed Ratio    Date     Time    Name
  211. -------- ------- ----- --------- --------  -------------
  212.      628     258 58.9% 29-Oct-94 17:45:28  AmiCVS/bin.info
  213.   191392   87933 54.0% 04-Nov-94 18:55:52  AmiCVS/bin/cvs
  214.    19012    8941 52.9% 04-Nov-94 18:56:00  AmiCVS/bin/mkmodules
  215.      628     258 58.9% 04-Nov-94 13:13:22  AmiCVS/dok.info
  216.   351072   96723 72.4% 04-Nov-94 13:49:06  AmiCVS/dok/cvs.dvi
  217.      523     283 45.8% 04-Nov-94 13:44:34  AmiCVS/dok/cvs.dvi.info
  218.   213032   63504 70.1% 04-Nov-94 13:50:30  AmiCVS/dok/cvs.guide
  219.   180455   55320 69.3% 08-Apr-93 20:54:42  AmiCVS/dok/cvs.texinfo
  220.    18296    7025 61.6% 08-Apr-93 20:55:14  AmiCVS/dok/gpl.texinfo
  221.    85652   30752 64.0% 04-Nov-94 13:40:06  AmiCVS/dok/pcl-cvs.dvi
  222.      523     281 46.2% 04-Nov-94 13:38:38  AmiCVS/dok/pcl-cvs.dvi.info
  223.    79564   23801 70.0% 04-Nov-94 13:36:10  AmiCVS/dok/pcl-cvs.guide
  224.    69329   22876 67.0% 01-Jun-93 00:48:58  AmiCVS/dok/pcl-cvs.texinfo
  225.   132656   41956 68.3% 29-Jul-94 12:50:42  AmiCVS/dok/texinfo.tex
  226. : texinfo Version 2.109
  227.      628     258 58.9% 04-Nov-94 13:13:58  AmiCVS/emacs.info
  228.      187     118 36.8% 04-Nov-94 13:32:34  AmiCVS/emacs/.emacs-add
  229.      628     259 58.7% 04-Nov-94 13:29:54  AmiCVS/emacs/lisp-adds.info
  230.      628     259 58.7% 04-Nov-94 13:14:40  AmiCVS/emacs/lisp-adds/pcl-cvs.info
  231.     1862     941 49.4% 02-Nov-94 18:54:50  AmiCVS/emacs/lisp-adds/pcl-cvs/compile-all.el
  232.      600     356 40.6% 04-Nov-94 13:15:36  AmiCVS/emacs/lisp-adds/pcl-cvs/compile-all.elc
  233.    37968    9248 75.6% 02-Nov-94 18:54:50  AmiCVS/emacs/lisp-adds/pcl-cvs/cookie.el
  234.    23600    5481 76.7% 04-Nov-94 13:16:12  AmiCVS/emacs/lisp-adds/pcl-cvs/cookie.elc
  235.     7911    2534 67.9% 02-Nov-94 18:54:50  AmiCVS/emacs/lisp-adds/pcl-cvs/dll-debug.el
  236.     5690    1738 69.4% 04-Nov-94 13:16:20  AmiCVS/emacs/lisp-adds/pcl-cvs/dll-debug.elc
  237.    10528    2835 73.0% 02-Nov-94 18:54:50  AmiCVS/emacs/lisp-adds/pcl-cvs/dll.el
  238.     6145    1917 68.8% 04-Nov-94 13:16:36  AmiCVS/emacs/lisp-adds/pcl-cvs/dll.elc
  239.     2781    1053 62.1% 02-Nov-94 18:54:52  AmiCVS/emacs/lisp-adds/pcl-cvs/elib-node.el
  240.      798     235 70.5% 04-Nov-94 13:16:40  AmiCVS/emacs/lisp-adds/pcl-cvs/elib-node.elc
  241.      565     261 53.8% 02-Nov-94 18:54:52  AmiCVS/emacs/lisp-adds/pcl-cvs/pcl-cvs-startup.el
  242.    79015   21901 72.2% 04-Nov-94 13:26:18  AmiCVS/emacs/lisp-adds/pcl-cvs/pcl-cvs.el
  243.    53913   19085 64.6% 04-Nov-94 13:27:16  AmiCVS/emacs/lisp-adds/pcl-cvs/pcl-cvs.elc
  244.     4884    1931 60.4% 02-Nov-94 18:54:52  AmiCVS/emacs/lisp-adds/pcl-cvs/string.el
  245.     1882    1039 44.7% 04-Nov-94 13:19:24  AmiCVS/emacs/lisp-adds/pcl-cvs/string.elc
  246.      628     260 58.5% 04-Nov-94 13:30:36  AmiCVS/emacs/lisp-adds/user-lisp.info
  247.     1120     560 50.0% 04-Nov-94 15:23:54  AmiCVS/emacs/lisp-adds/user-lisp/pcl-cvs-settings.el
  248.      884     484 45.2% 04-Nov-94 15:24:18  AmiCVS/emacs/lisp-adds/user-lisp/pcl-cvs-settings.elc
  249.      628     267 57.4% 29-Oct-94 17:46:46  AmiCVS/lib.info
  250.     5226    2211 57.6% 04-Feb-92 06:22:38  AmiCVS/lib/alloca.c
  251.     2478    1186 52.1% 01-Oct-91 06:23:56  AmiCVS/lib/argmatch.c
  252.      899     459 48.9% 04-Feb-92 06:22:40  AmiCVS/lib/dup2.c
  253.     4516    1507 66.6% 31-Mar-92 23:55:18  AmiCVS/lib/error.c
  254.     4170    1525 63.4% 10-Apr-92 05:04:44  AmiCVS/lib/fnmatch.c
  255.     1641     819 50.0% 10-Apr-92 05:04:46  AmiCVS/lib/fnmatch.h
  256.     1351     602 55.4% 01-Oct-91 06:24:16  AmiCVS/lib/ftruncate.c
  257.    45589   13228 70.9% 26-Oct-94 21:02:38  AmiCVS/lib/getdate.c
  258.    21259    6042 71.5% 03-Mar-92 07:19:24  AmiCVS/lib/getdate.y
  259.    17162    5692 66.8% 31-Mar-92 23:55:22  AmiCVS/lib/getopt.c
  260.     3549    1514 57.3% 31-Mar-92 23:55:24  AmiCVS/lib/getopt.h
  261.     3669    1430 61.0% 31-Mar-92 23:55:24  AmiCVS/lib/getopt1.c
  262.     1151     631 45.1% 31-Mar-92 23:55:26  AmiCVS/lib/getwd.c
  263.     1258     698 44.5% 10-Apr-92 05:04:48  AmiCVS/lib/hostname.c
  264.     1956     681 65.1% 04-Nov-94 20:03:48  AmiCVS/lib/makefile
  265. : Angepasst für AmiCVS1-0
  266.     3348    1459 56.4% 01-Oct-91 06:24:30  AmiCVS/lib/mkdir.c
  267.   156380   45612 70.8% 10-Apr-92 05:04:52  AmiCVS/lib/regex.c
  268.    17575    5669 67.7% 10-Apr-92 05:04:56  AmiCVS/lib/regex.h
  269.     1880     994 47.1% 01-Oct-91 06:24:44  AmiCVS/lib/rename.c
  270.     8910    2665 70.0% 31-Mar-92 23:55:28  AmiCVS/lib/sighandle.c
  271.     1134     610 46.2% 01-Oct-91 06:24:54  AmiCVS/lib/strdup.c
  272.     1860     901 51.5% 10-Apr-92 05:04:56  AmiCVS/lib/strippath.c
  273.     1095     616 43.7% 01-Oct-91 06:25:02  AmiCVS/lib/stripslash.c
  274.     4586    1730 62.2% 10-Apr-92 05:04:58  AmiCVS/lib/system.h
  275.     1151     602 47.6% 01-Oct-91 06:25:10  AmiCVS/lib/wait.h
  276.     1097     621 43.3% 01-Oct-91 06:25:20  AmiCVS/lib/yesno.c
  277.      628     258 58.9% 04-Nov-94 14:01:30  AmiCVS/libs.info
  278.    17100   12361 27.7% 06-Mar-92 11:32:18  AmiCVS/libs/arp.library
  279.    41720   18171 56.4% 06-Mar-92 12:19:42  AmiCVS/libs/rexxarplib.library
  280. : Version  2.3   M&T_ARexx_Disk
  281.     1792    1012 43.5% 06-Mar-92 12:19:40  AmiCVS/libs/screenshare.library
  282. : Version  1.1   M&T_ARexx_Disk
  283.     7203    2864 60.2% 17-Feb-95 09:46:04  AmiCVS/ReadMe
  284.      628     259 58.7% 04-Nov-94 13:12:04  AmiCVS/Repository.info
  285.      224      68 69.6% 29-Oct-94 18:05:46  AmiCVS/Repository/CVSheaders/c.cvs-header
  286.      223      67 69.9% 04-Nov-94 13:57:08  AmiCVS/Repository/CVSheaders/cc.cvs-header
  287.      223      66 70.4% 30-Oct-94 10:02:32  AmiCVS/Repository/CVSheaders/m2.cvs-header
  288.      227      82 63.8% 30-Oct-94 10:01:52  AmiCVS/Repository/CVSheaders/make.cvs-header
  289.        0       0  0.0% 17-Feb-95 09:04:24  AmiCVS/Repository/CVSlogfiles/
  290.      845     453 46.3% 31-May-93 04:50:22  AmiCVS/Repository/CVSroot/commitinfo
  291.     1033     571 44.7% 31-May-93 04:50:22  AmiCVS/Repository/CVSroot/commitinfo,v
  292.        0       0  0.0% 04-Nov-94 13:12:54  AmiCVS/Repository/CVSroot/commitlog
  293.     1313     669 49.0% 31-May-93 04:50:22  AmiCVS/Repository/CVSroot/editinfo
  294.     1499     787 47.4% 31-May-93 04:50:22  AmiCVS/Repository/CVSroot/editinfo,v
  295.        0       0  0.0% 04-Nov-94 18:59:40  AmiCVS/Repository/CVSroot/history
  296.      912     488 46.4% 04-Nov-94 13:58:14  AmiCVS/Repository/CVSroot/loginfo
  297.     1123     608 45.8% 31-May-93 04:50:22  AmiCVS/Repository/CVSroot/loginfo,v
  298.     1341     592 55.8% 31-May-93 04:50:22  AmiCVS/Repository/CVSroot/modules
  299.     1670     771 53.8% 04-Nov-94 19:56:38  AmiCVS/Repository/CVSroot/modules,v
  300.      730     402 44.9% 31-May-93 04:50:22  AmiCVS/Repository/CVSroot/rcsinfo
  301.      915     521 43.0% 31-May-93 04:50:22  AmiCVS/Repository/CVSroot/rcsinfo,v
  302.      628     262 58.2% 04-Nov-94 13:11:00  AmiCVS/Rexx.info
  303.     1039     432 58.4% 04-Nov-94 19:14:32  AmiCVS/Rexx/CollectLog.cvs
  304.      628     262 58.2% 04-Nov-94 14:09:00  AmiCVS/s.info
  305.      558     299 46.4% 17-Feb-95 09:46:42  AmiCVS/s/user-startup.add
  306.      628     268 57.3% 29-Oct-94 17:45:58  AmiCVS/scr.info
  307.    11519    4042 64.9% 26-Oct-94 22:23:16  AmiCVS/scr/add.c
  308.     2714    1187 56.2% 31-Mar-92 23:55:44  AmiCVS/scr/admin.c
  309.     3931    1687 57.0% 26-Oct-94 22:23:24  AmiCVS/scr/checkin.c
  310.    19098    6083 68.1% 29-Oct-94 15:43:24  AmiCVS/scr/checkout.c
  311.     8805    2537 71.1% 31-Mar-92 23:55:50  AmiCVS/scr/classify.c
  312.    29504    8149 72.3% 31-Mar-92 23:55:54  AmiCVS/scr/commit.c
  313.     7874    3252 58.6% 29-Oct-94 18:44:50  AmiCVS/scr/config.h
  314. : Angepasst für AmiCVS1-0
  315.     2344     894 61.8% 31-Mar-92 23:55:58  AmiCVS/scr/create_adm.c
  316.    14156    4808 66.0% 26-Oct-94 22:28:36  AmiCVS/scr/cvs.h
  317. : Angepasst für AmiCVS1-0
  318.     9851    3006 69.4% 10-Apr-92 05:07:30  AmiCVS/scr/diff.c
  319.    10835    3225 70.2% 31-Mar-92 23:56:02  AmiCVS/scr/entries.c
  320.     6267    2038 67.4% 10-Apr-92 20:59:38  AmiCVS/scr/find_names.c
  321.     6356    2155 66.0% 31-Mar-92 23:56:06  AmiCVS/scr/hash.c
  322.     1497     659 55.9% 31-Mar-92 23:56:06  AmiCVS/scr/hash.h
  323.    38726   12820 66.8% 10-Apr-92 05:07:32  AmiCVS/scr/history.c
  324.     5182    2108 59.3% 03-Apr-92 07:24:24  AmiCVS/scr/ignore.c
  325.    25282    7658 69.7% 31-Mar-92 23:56:10  AmiCVS/scr/import.c
  326.    12391    3599 70.9% 10-Apr-92 20:59:40  AmiCVS/scr/lock.c
  327.     2868    1288 55.0% 31-Mar-92 23:56:14  AmiCVS/scr/log.c
  328.    12247    3932 67.8% 10-Apr-92 05:07:36  AmiCVS/scr/logmsg.c
  329.    12592    4372 65.2% 28-Oct-94 12:12:24  AmiCVS/scr/main.c
  330.     1619     678 58.1% 04-Nov-94 18:55:30  AmiCVS/scr/makefile
  331. : Angepasst für AmiCVS1-0
  332.     9450    3104 67.1% 31-Mar-92 23:56:20  AmiCVS/scr/mkmodules.c
  333.    19283    6659 65.4% 10-Apr-92 05:07:38  AmiCVS/scr/modules.c
  334.     3820    1538 59.7% 31-Mar-92 23:56:22  AmiCVS/scr/myndbm.c
  335.     1006     470 53.2% 29-Feb-92 23:00:42  AmiCVS/scr/myndbm.h
  336.     2278    1093 52.0% 31-Mar-92 23:56:24  AmiCVS/scr/no_diff.c
  337.     3883    1610 58.5% 10-Apr-92 20:59:42  AmiCVS/scr/parseinfo.c
  338.    13491    4291 68.1% 10-Apr-92 05:07:40  AmiCVS/scr/patch.c
  339.       21      21  0.0% 08-Jan-92 01:51:26  AmiCVS/scr/patchlevel.h
  340.    34006    9757 71.3% 31-Mar-92 23:56:30  AmiCVS/scr/rcs.c
  341.     2949    1151 60.9% 31-Mar-92 23:56:32  AmiCVS/scr/rcs.h
  342.    12984    3922 69.7% 10-Apr-92 05:07:42  AmiCVS/scr/recurse.c
  343.     4889    2051 58.0% 29-Feb-92 23:00:50  AmiCVS/scr/release.c
  344.     3979    1593 59.9% 10-Apr-92 05:07:42  AmiCVS/scr/remove.c
  345.     4351    1531 64.8% 31-Mar-92 23:56:36  AmiCVS/scr/repos.c
  346.    10179    3731 63.3% 10-Apr-92 05:07:44  AmiCVS/scr/rtag.c
  347.     5163    1808 64.9% 31-Mar-92 23:56:40  AmiCVS/scr/status.c
  348.    18504    5820 68.5% 31-Mar-92 23:56:42  AmiCVS/scr/subr.c
  349.     6311    2334 63.0% 31-Mar-92 23:56:44  AmiCVS/scr/tag.c
  350.    27078    7714 71.5% 29-Oct-94 15:43:58  AmiCVS/scr/update.c
  351.     5275    1884 64.2% 31-Mar-92 23:56:48  AmiCVS/scr/vers_ts.c
  352.      356     232 34.8% 10-Apr-92 05:07:48  AmiCVS/scr/version.c
  353. -------- ------- ----- --------- --------
  354.  2420869  797719 67.0% 22-Feb-95 18:04:24   134 files
  355.